-
Notifications
You must be signed in to change notification settings - Fork 100
EPPT-2590: Fire Severity Index: Add a FireSeverityIndex class to IMPROVER #2255
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EPPT-2590: Fire Severity Index: Add a FireSeverityIndex class to IMPROVER #2255
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## EPPT_2411_fire_severity_index_workflow_development #2255 +/- ##
=====================================================================================
Coverage ? 95.29%
=====================================================================================
Files ? 156
Lines ? 15495
Branches ? 0
=====================================================================================
Hits ? 14766
Misses ? 729
Partials ? 0 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
14a9476 to
64b16f1
Compare
RDP-mo
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good as per our teams chat I'll do some checks on the method this afternoon
ryan-cocking-mo
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tests pass, only one comment relating to a docstring. Approved.
ryan-cocking-mo
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All changes have been made, just one last correction and then it can be approved.
6cb8342 to
4c84c45
Compare
679af9c
into
metoppv:EPPT_2411_fire_severity_index_workflow_development
EPPT-2590
In order to calculate the daily Fire Severity Index, we require a Fire Severity Index calculation. In the original algorithm this is referred to as Daily Severity Rating (DSR), but we call this class
FireSeverityIndexto align with the requested output name.This class, and associated tests, partially reproduce the Canadian Forest Fire Weather Index from van Wagner and Pickett's 1985 FORTRAN implementation
Testing: